Feature: Create draft post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 28.549s |
Scenario: Create a draft post successfully
Before
0m 1.230s
Given
I navigate to page "<URL>"
0m 4.605s
And
I enter email "<ADMIN_EMAIL>"
0m 1.226s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.771s
And
I click on the login button
0m 3.741s
And
I wait for 2 seconds
0m 2.435s
When
I click on the new post button
0m 0.932s
And
I wait for 2 seconds
0m 2.258s
And
I write "Mi nuevo post borrador" in the post title
0m 0.957s
And
I wait for 4 seconds
0m 4.246s
And
I return to the posts list
0m 1.205s
And
I wait for 2 seconds
0m 2.237s
And
I filter posts by status Draft
0m 1.194s
And
I wait for 1 seconds
0m 1.263s
Then
I see that the first post in the list has title "Mi nuevo post borrador"
0m 0.245s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post borrador" in the post title
And
I wait for 4 seconds
And
I return to the posts list
And
I wait for 2 seconds
And
I filter posts by status Draft
And
I wait for 1 seconds
Then
I see that the first post in the list has title "Mi nuevo post borrador"
After
NO IMAGE AVAILABLE